TypedArray.type

Undocumented in source.
  1. enum type;
  2. enum type;
  3. enum type;
  4. enum type;
  5. enum type;
  6. enum type;
  7. enum type;
    struct TypedArray(Element)
    static if(!(is(Element == byte)))
    static if(!(is(Element == ubyte)))
    static if(!(is(Element == short)))
    static if(!(is(Element == ushort)))
    static if(!(is(Element == int)))
    static if(!(is(Element == uint)))
    static if(is(Element == float))
    enum type = napi_typedarray_type.napi_float32_array;
  8. enum type;
  9. enum type;
  10. enum type;

Meta